/ Assembly List / LJCNetCommon / NetString / CreatePSoundex

Namespace - LJCNetCommon


Parameters
text - The text value.

Returns

The Phonetic based soundex value.

Syntax

C#
public static String CreatePSoundex(String text)

Creates a Phonetic based soundex value. (D)

Remarks

Scatter = SCTR
Aphrodisiac = AFRDSC
Pharmacy = FRMS
Psychology = SCHLG
Cart = KRT
Ceiling = SLNG
Cyan = SN

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.